home *** CD-ROM | disk | FTP | other *** search
- Subject: deleting commands bug?
- Sent: 5/31/96 12:58 PM
- Received: 5/31/96 1:11 PM
- From: Arni McKinley, motion@nbn.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- ODF team,
-
- I have noticed that FW_CCommand::Execcute() will delete the command "this"
- under TRY/CATCH if the execution throws an exception. This does not seem to
- be the case in ::UndoIt() or ::RedoIt(). I am concerend about leaving the
- command in the action stack too when the undo or redo fails.
-
- What are your thoughts? How should we be handling exceptions at these points?
-
- Arni
-
-